/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body{padding-top: 105px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 9%;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.logo{
    float: left;
    overflow: hidden;
     line-height: 105px;
}

.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#384248;
    display: block;
    line-height:105px;
    padding: 0 22px;
    text-align: center;
    font-weight: bold;
}
.nav li:hover .v1{
   color:#006FE2;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    width: 180px;
    margin-left: -32px;
    background-color: #005acc;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.g-iphone{
  padding-top: 12px;
  margin-left: 43px;
}
.g-iphone .tel{
  font-size: 14px;
  color:#0093DD;
  line-height: 25px;
}
.g-iphone .tel span{
  font-size: 25px;
  color:#006FE2;
  font-family: Arial;
  font-weight: bold;
  margin-right: 3px;
}
.g-iphone .s1{
  font-size: 14px;
  color:#000000;
  margin-bottom: 2px;
}




.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #005ACC;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 

.banner .swiper-slide a{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 16px;
height: 16px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #006fe2;}

.g-tit{
        text-align: center;
        overflow: hidden;
    }
    .g-tit .tit{
        font-size: 50px;
        color:#191919;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 11px;
    }
    .g-tit .tit i{
      display: inline-block;
      vertical-align: middle;
      width: 49px;
      height: 18px;
      background: url(../images/ico5.png) no-repeat;
      position: relative;
      left:-10px;
    }
    .g-tit .desc{
        font-size: 18px;
        color:#676767;
    }
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .tit{font-size: 28px;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
}
@media only screen and (max-width: 767px) {
    .g-tit .tit{font-size: 22px;}
  
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}


.so{
  padding: 15px 0 18px;
  overflow: hidden;
  background: #f3f3f3;
}
.so .l{
  overflow: hidden;
  line-height: 50px;
  color:#161616;
  font-size: 15px;
}
.so .l span{
  color:#161616;
}
.so .l a{
  display: inline-block;
  font-size: 15px;
  color:#414141;
  margin-left: 15px;
}
.g-form2{
  float: right;
  overflow: hidden;
}
.g-form2 .name{
  float: left;
  font-size: 16px;
  color:#999999;
  line-height: 50px;
  margin-right: 5px;
}
.g-form2 .box{
  overflow: hidden;
  background-color: #fff;
  width: 350px;
  height: 50px;
}
.g-form2 .inp{
  width: 285px;
  height: 50px;
  padding:0 10px;
  float: left;
}
.g-form2 .sub{
  width: 65px;
  height: 50px;
  background: #005acc url(../images/so.png) no-repeat center;
  font-size: 0;
  cursor: pointer;
}
/**row1***/
.row1{
    padding: 36px 0 53px;
    overflow: hidden;
}
.row1 .g-tit{
  margin-bottom: 10px;
}
.g-pro{
  overflow: hidden;
  padding: 15px 0;
}
.prol{
  float: left;
  width: 313px;
  margin-right: 37px; 
}
.prol .title{
  padding: 33px 0 26px 43px;
  background: url(../images/bg1.jpg) no-repeat;
  color:#fff;
  font-weight: bold;
  font-size: 30px;
}
.prol .title i{
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/ico1.png) no-repeat;
  margin-right: 14px;
}
.prol .box{
  background: #f3f3f3;
  padding:19px 22px 28px; 
}
.ul-list1{
  overflow: hidden;
  margin-bottom: 11px;
}
.ul-list1 li a{
  display: block;
  font-size: 16px;
  color:#666666;
  line-height: 42px;
  padding: 0 21px;
  font-weight: bold;
  margin-bottom: 12px;
  background: #fff url(../images/ico2.png) no-repeat right 29px center;
}
.g-tel .tit{
  line-height: 31px;
  background: #005acc url(../images/ico4.png) no-repeat right 33px center;
  color:#fff;
  padding-left: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-tel .tit i{
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 19px;
  background: url(../images/ico3.png) no-repeat;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.g-tel .tel{
  text-align: center;
  font-size: 28px;
  color:#005ACC;
  font-family: Impact;
  line-height: 1.14;
  padding: 11px 0 13px;
}
.g-tel a{
  display: block;
  width: 221px;
  height: 53px;
  box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.13);
  margin:0 auto;
  text-align: center;
  line-height: 53px;
  font-size: 18px;
  color:#005ACC;
  border-radius: 30px;
  background-color: #fff;
}
.pror{
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 19px 1px rgba(7, 0, 2, 0.07);
  padding: 10px 10px 20px;
}
.txtimg1{
  overflow: hidden;
  margin-bottom: 39px;

}
.txtimg1 .pic{
  float: left;
  width: 500px;
  height: 330px;
  overflow: hidden;
  margin-right: 65px;
}
.txtimg1 .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.txtimg1 .txt{
  padding-top: 42px;
  overflow: hidden;
}
.txtimg1 .tit{
  font-size: 36px;
  font-weight: bold;
  color:#393D42;
  margin-bottom: 4px;
}
.txtimg1 .en{
  font-size: 16px;
  color:#393D42;
  margin-bottom: 11px;
}
.txtimg1  .desc{
  font-size: 14px;
  color:#7C7C7C;
  line-height: 2.14;
  margin-bottom: 36px;
}
.txtimg1 a{
  display: block;
  width: 154px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color:#9A9A9A;
  border:1px solid #9A9A9A;
  border-radius: 30px;
}

.slider1 .pic{
  position: relative;
  padding-top: 71%;
  overflow: hidden;
  height: 0;
}
.slider1  .tit{
  text-align: center;
  font-size: 16px;
  color:#333333;
  display: block;
  padding-top: 7px;
}
.row2{
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 0 60px;
}
.row2 .g-tit{
  padding-top: 28px;
  position: relative;
  margin-bottom: 35px;
  background: url(../images/tit1.png) no-repeat top center;
  -webkit-background-size: auto;
  background-size: auto;
}
.ul-list2{
  overflow: hidden;
  text-align: center;
  margin-bottom: 49px;
}
.ul-list2 li{
  display: inline-block;
  padding: 4px 60px;
  border-right: 1px solid #757b82;
}
.ul-list2 li:last-child{
  border-right: none;
}
.ul-list2 li .tit{
  font-size: 17px;
  color:#fff;
}
.ul-list2 .ico{
  margin: 0 auto 6px;
  height: 50px;
  width: 50px;
  background: no-repeat;
}
.ul-list2 .i1{
  background-image: url(../images/ico6.png);
}
.ul-list2 .i2{
  background-image: url(../images/ico7.png);
}
.ul-list2 .i3{
  background-image: url(../images/ico8.png);
}
.ul-list2 .i4{
  background-image: url(../images/ico9.png);
}
.ul-list2 .i5{
  background-image: url(../images/ico10.png);
}
.slider2 .swiper-slide{
  background-color: #fff;
  padding: 8px;
}
.slider2 .pic{
  position: relative;
  height: 0;
  padding-top: 69%;
  overflow: hidden;
}
.slider2 .tit{
  font-size: 16px;
  color:#333333;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 12px;
}
.row3{
  overflow: hidden;
  padding: 56px 0;
}
.row3 .g-tit{
  margin-bottom: 49px;
}
.ul-list3{
  overflow: hidden;
  border:1px solid #e3e3e3;
}
.ul-list3 li{
  float: left;
  width: 11.1%;
  background: #f3f3f3;
  height: 464px;
  padding: 64px 20px 0 20px;
  border-right: 2px solid #fff;
  position: relative;
}
.ul-list3 li:last-child{
  border-right: none;
}
.ul-list3 li.on{
  width: 33.4%;
  background: url(../images/pic5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul-list3 .num{
  font-size: 62px;
  color:#83B6F6;
  font-weight: bold;
  margin-bottom: 20px;
}
.ul-list3 .tit{
  font-size: 18px;
  color:#222222;
  text-transform: uppercase;
}
.ul-list3 .en{
  font-size: 14px;
  color:#999999;
  text-transform: uppercase;
}
.ul-list3 i{
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 64px;
  left:22px;
  background: url(../images/ico11.png) no-repeat center center;
}
.ul-list3 .desc{
  font-size: 16px;
  color:#fff;
  line-height: 1.88;
  display: none;
}
.ul-list3 .on .tit{
  color:#fff;
}
.ul-list3 .on .en{
  display: none;
}
.ul-list3 .on i{
  background-image: url(../images/ico12.png);
}
.ul-list3 .on .num{
  color:#fff;
  margin-bottom: 8px;
}
.ul-list3 .on .desc{
  display: block;
}
.ul-list3 li.on .tit{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}
.row4{
  padding: 55px 0 14px;
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
}
.row4 .txt{
  float: left;
  color:#fff;
}
.row4 .txt .t1{
  font-size: 36px;
}
.row4 .txt .t2{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.row4 .txt .t3{
  font-size: 21px;
  margin-bottom: 24px;
}
.row4 .txt a{
  display: block;
  width: 327px;
  height: 55px;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  line-height: 55px;
  color:#0088CC;
}
.row4 .three{
  float: right;
  position: relative;
  padding: 29px 148px 50px 0;
  background: url(../images/ico14.png) no-repeat right top;
}
.row4 .three .title{
  color:#fff;
  font-size: 40px;
  position: absolute;
  top: 19px;
  right: 148px;
}
.ul-txt1{
  overflow: hidden;
}
.ul-txt1 li{
  float: left;
  font-size: 18px;
  color:#fff;
  margin-left: 61px;
}
.ul-txt1 li:first-child{
  margin-left: 0;
}
.ul-txt1 .tit{
  width: 78px;
  height: 79px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 48px;
  color:#005ACC;
  margin-top: -72px;
  margin-bottom: 4px;
  font-weight: bold;
}
.ul-txt1 i{
  display: block;
  width: 2px;
  height: 154px;
  margin-left: 34px;
  background: url(../images/ico13.png) no-repeat;
}
.row5{
  padding: 58px 0 90px;
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat bottom;
}
.row5 .g-tit{
  margin-bottom: 10px;
}
.row5 .jj{
  text-align: center;
  font-size: 30px;
  color:#222222;
  margin-bottom: 18px;
}
.row5 .info{
  font-size: 17px;
  color:#343434;
  line-height: 2.12;
  text-align: center;
  margin-bottom: 40px;
}
.ul-num{
  overflow: hidden;
  text-align: center;
  margin-bottom: 18px;
}
.ul-num li{
  display: inline-block;
  font-size: 18px;
  color:#FFFFFF;
  padding: 0 3.65vw;
  color:#191919;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ul-num li:last-child{
  border-right: none;
}
.ul-num .num{
  color:#494949;
  margin-bottom: 9px;
}
.ul-num .num span{
  font-size: 72px;
  line-height: 72px;
  font-family: Impact;
  margin-right: 8px;
  color:#4D4D4D;
}
.ul-link{
  overflow: hidden;
  margin: 0 -15px;
}
.ul-link li{
  width: 25%;
  float: left;
}
.ul-link a{
  display: block;
  margin: 0 15px;
}
.ul-link .ico{
  width: 86px;
  height: 86px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  background: url(../images/ico22.png) no-repeat;
}
.ul-link .icon{
   background-repeat: no-repeat;
   background-position: center;
   height: 100%;
}
.ul-link .icon.i1{
  background-image: url(../images/ico15.png);
}
.ul-link .icon.i2{
  background-image: url(../images/ico26.png);
}
.ul-link .icon.i3{
  background-image: url(../images/ico17.png);
}
.ul-link .icon.i4{
  background-image: url(../images/ico18.png);
}
.ul-link li:hover .txt{
  background: linear-gradient(90deg, rgba(99, 191, 253, 0.99), rgba(10, 128, 216, 0.99));
}
.ul-link li:hover .en,
.ul-link li:hover .cn{
  color:#fff;
}
.ul-link li:hover .ico{
  background: #6cbdf9;
}
.ul-link li:hover .icon.i1{
  background-image: url(../images/ico23.png);
}
.ul-link li:hover .icon.i2{
  background-image: url(../images/ico16.png);
}
.ul-link li:hover .icon.i3{
  background-image: url(../images/ico24.png);
}
.ul-link li:hover .icon.i4{
  background-image: url(../images/ico25.png);
}
.ul-link .txt{
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 70px 0 0;
  height: 150px;
  margin-top: -60px;
  box-shadow: 0px 4px 19px 1px rgba(7, 0, 2, 0.07);
}
.ul-link .cn{
  font-size: 20px;
  color:#0A80D8;
  font-weight: bold;
}
.ul-link .en{
  font-size: 14px;
  text-transform: uppercase;
  color:#0A80D8;
}
.row6{
  overflow: hidden;
  padding: 43px 0 78px;
}
.g-tit2{
  overflow: hidden;
  margin-bottom: 5px;
}
.g-tit2 .txt{
  float: left;
  font-size: 16px;
  color:#999999;
}
.g-tit2 .txt .tit{
  font-size: 40px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 2px;
}
.g-tit2 a{
  display: block;
  float: right;
  width: 171px;
  height: 48px;
  font-size: 16px;
  color:#005ACC;
  line-height: 46px;
  border:1px solid #005ACC;
  text-align: center;
  border-radius: 30px;
  margin-top: 6px;
}
.g-news{

}
.g-news .l{
  width: calc(100% - 579px);
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 216px;
  padding: 32px 32px 26px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #005acc;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-new{
  float: left;
  width: 579px;
  padding-left: 34px;
}
.ul-new li{
  margin-bottom: 12px;
  padding: 32px 0 25px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 40px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}





.footer{

    background: url(../images/bg6.jpg) no-repeat;
    overflow: hidden;
    color:#9B9B9B;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    padding: 39px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .title .tit{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color:#FFFFFF;
    margin-bottom: 8px;
}
.footer .title .desc{
    text-align: center;
    font-size: 16px;
    color:#FFFFFF;
    margin-bottom: 36px;
}
.g-form{
    overflow: hidden;
    margin-bottom: 28px;
}
.g-form .w3{
    float: left;
    width: 270px;
   border:1px solid rgba(255, 255, 255, 0.3);
    margin-right: 30px;
    height: 60px;
}
.g-form .w3.w35{
    width: 540px;
    margin-right: 0;
}
.g-form .w3 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 28px;
    color:#fff;
}
.g-form .w3 input::placeholder{
  color:#fff;
}
.g-form .sub{
    overflow: hidden;
    float: right;
}
.g-form .sub input{
    display: block;
    width: 230px;
    height: 60px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background:url(../images/ico27.png) no-repeat;
    border:1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.g-add{
    overflow: hidden;
    margin-bottom: 28px;
}
.g-add .item{
    float: left;
    font-size: 14px;
    line-height: 1.5;
    padding-right:38px;
    color:#fff;
    margin-right: 38px;
    margin-top: 11px;
    padding-left: 58px;
    background-repeat: no-repeat;
    background-position: left center;
}
.g-add .item .tel{
  font-size: 29px;
  font-family: Impact;
  line-height: 29px;
}
.g-add .item:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer .qr{
    overflow: hidden;
       float: right;
       font-size: 0;
}
.footer .qr .img{
    width: 103px;
    height: 103px;
    display: inline-block;
    background: url(../images/qr.jpg) no-repeat;
}
.footer .qr p{
  display: inline-block;
  position: relative;
  top: -1px;
  overflow: hidden;
  width: 125px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  border:1px solid rgba(255, 255, 255, 0.3);
}
.footer .box{
  overflow: hidden;
}
.copy{
    color:#fff;
}
.copy a,.copy{
    color:#fff;
}
.links{
  overflow: hidden;
  color:#fff;
  padding: 20px 0;
}
.links .name{
  float: left;
  color:rgba(255, 255, 255, 0.3);
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  font-family: Arial;
  margin-right: 42px;
}
.links .link a{
  color:#fff;
  line-height: 36px;
  margin-right: 40px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}
@media only screen and (max-width: 1800px) {
.nav li .v1{padding: 0 15px;}
}
@media only screen and (max-width: 1600px) {
  .wp-h {margin: 0 1%;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .ul-num .num span{font-size: 40px;line-height: 40px;}
    .ul-num .num{margin-bottom: 0;}
    body{padding-top: 90px;}
   .nav li .v1{line-height: 90px;}
    .g-iphone{display: none;}
     .logo{height: 60px;margin-top: 14px;line-height: 60px;}
     .txtimg1 .tit{font-size: 22px;}
     .txtimg1 .pic{margin-right: 30px;}
     .txtimg1 .txt{padding-top: 30px;}
     .txtimg1 .desc{line-height: 1.6;margin-bottom: 20px;}
     .row4 .txt .t2{font-size: 34px;}
     .row4 .txt .t1{font-size: 26px;}
     .g-form .w3.w35{width: 270px;}

}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    .menuBtn{display: block;}
    .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav ul{float: none;}
    .nav .phone{display: none;}
    .nav li{float: none;width: auto;}
    .nav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;}
    .nav li.on .v1::after{display: none;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }
    .nav li .sub{position: static;padding-left: 0;margin-left: 0;width: auto;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;width: 136px;margin-top: 0;}
    body{padding: 60px 0 53px;}

  .row1,.row2{padding: 30px 0;}
  .row4{padding: 0px 0 20px;}

  .g-tit{margin-bottom: 20px;}
  .row4 .three{background: none;padding-right: 0;padding-bottom: 0;}
  .row4 .three .title{right: 0;}
  .ul-num li{padding: 0;display: block;width: 25%;float: left;}
  .row5 .info{font-size: 14px;}
  .row5 .jj{font-size: 18px;}
  .txtimg1 .pic{width: auto;float: none;margin-right: 0;height: 240px;}
  .txtimg1{margin-bottom: 20px;}
  .txtimg1 .txt{padding-top: 20px;}
  .ul-list2 li{display: block;width: 20%;float: left;padding: 0;}
  .ul-list3 li{float: none;width: auto;height: auto;padding: 0;margin-bottom: 15px;}
  .ul-list3 .num{display: none;}
  .ul-list3 li.on{width: auto;}
  .ul-list3 li.on .tit{font-size: 18px;}
  .ul-list3 li .tit{font-size: 18px;padding: 0 15px;line-height: 40px;}
  .ul-list3 i{right: 5px;top: 10px;bottom:auto;left:auto;-webkit-background-size: 50% 50%;
  background-size: 50% 50%;}
  .ul-list3 li .desc{padding:0 15px 15px;}
  .ul-list3 .en{display: none;}
  .ul-list3{border:none;}
  .row4 .txt{width: auto;float: none;text-align: center;}
  .row4 .txt a{margin: 0 auto;}
  .row4 .three{display: none;}
  .row4 .txt .t2{font-size: 26px;}
  .ul-new li{margin-bottom: 18px;}
  .row6{padding:3px 0 10px;}
  .g-form .w3.w35{width: 350px;}
  .g-form .sub{float: none;clear:left;}
  .g-form .w3{margin-bottom: 20px;}
  .footer .box .l{float: none;margin-bottom: 20px;}
  .footer .qr{float: none;}
  .footer .title .tit{font-size: 26px;}
  .g-tit{margin-bottom: 24px;}
  .row2 .g-tit{background: none;padding-top: 0;height: auto;margin-bottom: 14px;}
  .so .l{width: auto;float: none;}
  .g-form2{float: none;}
  .row3 .g-tit{margin-bottom: 20px;}
  .row3{padding: 30px 0;}
}
@media only screen and (max-width: 1023px) {

 .g-news .l{width: auto;float: none;margin-bottom: 20px;}
 .ul-new{width: auto;float: none;padding-left: 0;}
 .slidernew .swiper-slide{padding: 0;}
 .slidernew .txt{border:1px solid #eee;}
.prol{width: auto;float: none;margin-right: 0;}
.g-tel{display: none;}
.ul-list1{margin-bottom: 0;}
.ul-list1 li{width: 50%;float: left;}
.prol .box{padding: 15px 10px 0px;}
.prol .title{display: none;}
.g-form .w3,.g-form .w3.w35{width: auto;float: none;margin-right: 0;}
.footer .title .tit{font-size: 22px;}
.g-form2 .box{width: auto;}
.g-form2 .inp{width: calc(100% - 65px);}
.row4 .txt .t2{font-size: 22px;}
.g-tit2 .txt .tit{font-size: 26px;}
}

@media only screen and (max-width: 960px) {
.g-tit .cn{padding-bottom: 8px;font-size: 26px;}
  
}

@media only screen and (max-width: 767px) {
.ul-link{display: none;}
    .row5{padding: 30px 0 0;} 
.so .l span{display: block;line-height: 1.5;margin-bottom: 6px;}
.so .l a{display: block;float: left;width: 50%;margin-left: 0;font-size: 12px;line-height: 1.6;margin-bottom: 6px;}
 .ul-list1 li{}
 .ul-list1 li a{font-size: 14px;padding:0;background: #fff;text-align: center;}
 .g-tit .desc{font-size: 14px;}
 .ul-list2 li{width: 50%;border-right: none;margin-bottom: 20px;}
 .ul-list2 li:last-child{display: none;}
 .ul-list2{margin-bottom: 0;}
 .ul-list3 li .desc{font-size: 14px;}
 .row4 .txt .t3{font-size: 16px;}
 .row4 .txt .t1{font-size: 20px;}
 .row5 .info{margin-bottom: 10px;}
 .row5 .g-tit{margin-bottom: 0;}
 .ul-num li{width: 50%;margin-bottom: 10px;font-size: 14px;}
 .g-tit2 .txt .tit{font-size: 22px;}
 .g-tit2 .txt{float: none;text-align: center;margin-bottom: 15px;font-size: 14px;}
 .g-tit2 a{float: none;margin: 0 auto 20px;display: none;}
 .ul-new .time{width: 80px;padding-left: 20px;margin-right: 10px;}
 .ul-new .txt{padding-right: 10px;}
 .footer .title .desc{font-size: 14px;margin-bottom: 15px;}
 .footer .title .tit{font-size: 18px;}
 .footer .top{padding: 30px 0;}
 .g-form{margin-bottom: 6px;}
}

@media only screen and (max-width: 500px) {
  .ul-new{display: none;}
  .g-add .item .tel{font-size: 18px;}

}
.g-tit .tit1{
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.g-xgnews{
  padding: 50px 0 ;
  background: #f3f3f3;
}
@media only screen and (max-width: 500px) {
.g-tit .tit1{font-size: 22px;margin-bottom: 0px;}
.g-xgnews{padding: 30px 0;}
}
.row-lc{
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/bg-lc.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-lc .g-tit{
  margin-bottom: 30px;
}
.g-txt1{
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background: url(../images/lc.png) no-repeat center;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 50%;
}
.g-txt1 .l .item{
  padding-right: 214px;
}
.g-txt1 .r .item{
  padding-left: 214px;
    text-align: left;
}
.g-txt1 .item{
    margin-bottom: 34px;
    text-align: right;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.g-txt1 .item .num{
  color:#005ACC;
  font-family: Impact;
  font-size: 48px;
  padding-top: 60px;
}
.g-txt1 .l .item .num{
  float: right;
} 
.g-txt1 .r .item .num{
  float: left;
} 
.g-txt1 .l .item .txt{
  background: url(../images/lc1.png) no-repeat;
  background-size: 100% 100%;
  float: right;
} 
.g-txt1 .r .item .txt{
  background-size: 100% 100%;
  float: left;
  background: url(../images/lc2.png) no-repeat;
} 
.g-txt1 .item .txt{
  position: relative;
  overflow: hidden;
  padding:15px 40px ;
  width: 420px;
  height: 180px;
}
.g-txt1 .item .tit{
    font-size: 24px;
    color:#333333;
    text-transform: uppercase;
}
.g-txt1 .item .desc{
    font-size: 14px;
    color:#535353;
    line-height: 1.5;
}
.g-txt1 .l .item:nth-child(2){
    padding-right: 280px;
}
.g-txt1 .r .item:nth-child(2){
    padding-left: 280px;
}
.g-txt1 .bm{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 344px;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  color:#fff;
  border-radius: 20px;
  background: #005ACC;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
.g-txt1 .l .item{padding-right: 160px;}
.g-txt1 .r .item:nth-child(2){padding-left: 225px;}
.g-txt1 .l .item:nth-child(2){padding-right: 225px;}
.g-txt1{background-size: 450px auto;}
.g-txt1 .item .num{font-size: 32px;padding-top: 75px;}
}
@media only screen and (max-width: 1360px) {
  .g-txt1 .item .num{display: none;}
  .g-txt1{background-image: none;}
  .g-txt1 .l .item{padding-right: 0;}
  .g-txt1 .r .item{padding-left: 0;}
  .g-txt1 .r .item:nth-child(2){padding-left: 0px;}
  .g-txt1 .l .item:nth-child(2){padding-right: 0px;}
  .g-txt1{padding-top: 0;}
    .g-txt1 .bm{position: static;clear:right;}

}
@media only screen and (max-width: 900px) {
  .g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
  .g-txt1 .bm{position: static;width: auto;font-size: 14px;}
  .g-txt1 .r .item .txt,.g-txt1 .l .item .txt{background: #fff;background-image: none;padding: 10px;text-align: left;}
  .g-txt1 .item .txt{width: auto;height: auto;}
  .g-txt1 .item{margin-bottom: 15px;}
  .row-lc{padding: 30px 15px 15px;}
  .g-txt1 .item .tit{font-size: 18px;margin-bottom: 4px;}
}